projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abf0823
)
Fix typo in commit 3953c4be2816537be95520605d45b866dc731f4b
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 27 May 2015 16:42:33 +0000
(18:42 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 27 May 2015 16:42:33 +0000
(18:42 +0200)
lisp/net/tramp.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index 0b95fcc1464c4a07e134e1f0835cf46b7770f2f5..1614425c884e8ea3a40f6be0048f117586531ce4 100644
(file)
--- a/
lisp/net/tramp.el
+++ b/
lisp/net/tramp.el
@@
-4038,8
+4038,6
@@
this file, if that variable is non-nil."
;; else
(ad-deactivate 'make-auto-save-file-name)
(prog1
- (tramp-run-real-handler 'make-auto-save-file-name nil)
- (ad-activate 'make-auto-save-file-name)))))
(tramp-run-real-handler 'make-auto-save-file-name nil)
(ad-activate 'make-auto-save-file-name)))))